home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / Mac F2C 1.0 / Mac F2C / Mac F2C.rsrc / STR#_153.txt < prev    next >
Encoding:
Text File  |  1994-06-11  |  1.4 KB  |  23 lines

  1. Check to output a file of function prototypes.  The file will have the same name as the FORTRAN file, but will end in ".P".
  2.  
  3. You cannot uncheck this option if either of the following two options are checked.  You cannot check this option unless you selected either ANSI C or C++ output in the "C Output Options" dialog.
  4.  
  5. Uncheck to output only C code without a separate file of function prototypes.
  6.  
  7. Check to not only output a file of function prototypes, but also perhaps re-run F2C if the prototypes might change in a second pass.
  8.  
  9. You cannot check this option unless you selected either ANSI C or C++ output in the "C Output Options" dialog.
  10.  
  11. Uncheck to run F2C only once on a FORTRAN file, even if prototypes mightchange in a second pass.
  12.  
  13. Check to output a file of function prototypes but not produce any C code.
  14.  
  15. You cannot check this option unless you selected either ANSI C or C++ output in the "C Output Options" dialog.
  16.  
  17. Uncheck to produce the C code (and maybe a file of prototypes).
  18.  
  19. Check to have F2C infer the types of untypes EXTERNAL procedures from from their use as parameters to previously defined or prototyped procedures.  There is, unfortunately, no guarantee F2C will get it right.
  20.  
  21. Uncheck to keep F2C from inferring the types of untyped EXTERNAL procedures used only as parameters to other functions.  F2C will assume such procedures are subroutines and translate them into int-valued functions.
  22.  
  23.